home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 1938 / POKERSQ.DOC < prev    next >
Text File  |  1992-09-24  |  2KB  |  64 lines

  1.                =========================
  2.                 P O K E R   S Q U A R E
  3.                =========================
  4.                     requires EGA
  5.                uses a mouse (if available)
  6.  
  7.             (c) SPETER Software, June 1990.
  8.  
  9. INTRODUCTION
  10.   This program is loosely based on a game I saw running on a Commodore Amiga.
  11.  
  12.   This program was written using Borland's Turbo Pascal V.5.
  13.  
  14.   The game is played between two players who each receive (the same) 25 cards
  15.   and position them in a 5 x 5 grid, which makes up 10 hands of poker (5
  16.   horizontal and 5 vertical).  The winner is the player who gains a higher
  17.   total score for the 10 hands.
  18.  
  19.       Scores
  20.         35   Royal Flush
  21.         30   Running Flush
  22.         16   4 of a kind
  23.         12   Straight
  24.         10   Full House
  25.          6   3 of a kind
  26.          5   Flush
  27.          3   2 pairs
  28.          1   1 pair
  29.  
  30. ==============================================================================
  31. REGISTRATION
  32.   $10  To register the games disk.
  33.   $20  To register and receive the latest copy of the games disk.
  34.   $30  Register, receive latest copy of games disk and
  35.        CARD-ED (a "drawing" program that can be used to edit the cards).
  36.  
  37.  
  38. TURBO PASCAL UNITS
  39.   If you would like a copy of the Unit for reading and displaying the cards,
  40.   send $40 to the address below.  This does not include the source, it only
  41.   includes the TPU file, sample programs and notes which explain how the unit
  42.   can be included in your own (EGA graphics) card programs.
  43.  
  44.  
  45.   To obtain a copy of the Mouse support unit, send $35 to the address below.
  46.   This includes the compiled code (not source), sample programs and notes
  47.   which explain how the unit can be used to give mouse support in your own
  48.   (Turbo Pascal) programs.
  49.  
  50.  
  51. SOURCE LISTING
  52.   A commented source listing can be obtained by sending $75 to the address
  53.   below.  A source listing of CARD-ED is available for $75.
  54.  
  55. ==============================================================================
  56.    please address any comments to:
  57.  
  58.    SPETER Software
  59.    PO BOX 643
  60.    LANE COVE
  61.    N.S.W.   2066
  62.    AUSTRALIA
  63. ==============================================================================
  64.